-
-
Notifications
You must be signed in to change notification settings - Fork 5k
[Doc FR] — All files — French Translation Done #1608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
- essentials/history-mode.md - essentials/named-routes.md - essentials/named-views.md - essentials/navigation.md - essentials/nested-routes.md - essentials/redirect-and-alias.md + update of some file from EN version Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
Why CircleCl failed? We have only add |
Signed-off-by: Bruno Lesieur <[email protected]>
Hi @posva. I just update some changes from original. This PR is ready for merge. What can I do to allows this PR to be merged? |
Hi @posva ! The current documentation is half in french, half in english on the https://router.vuejs.org/. This PR bring ALL french translation with official french terms consistency with others Vue documentation. It's ready to merge ! |
I'll give it a look as soon as I can. |
Signed-off-by: Bruno Lesieur <[email protected]>
Hi @posva I have translated the new All files are ready for merge as soon as possible :) |
Signed-off-by: Bruno Lesieur <[email protected]>
Signed-off-by: Bruno Lesieur <[email protected]>
I have also change two minor consistency things in EN doc. An unecessary return line and a |
|
||
``` js | ||
beforeRouteEnter (to, from, next) { | ||
next(vm => { | ||
// access to component instance via `vm` | ||
// accèr à l'instance du composant via `vm` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
accès
docs/fr/essentials/navigation.md
Outdated
Dans la version 2.2.0+, vous pouvez optionnellement fournir les fonctions de rappel `onComplete` et `onAbort` à `router.push` ou `router.replace` en tant que deuxième et troisième arguments. Ces fonctions de rappel seront appelées quand la navigation sera respectivement ; complétée avec succès (après la résolution de tous les hooks asynchrones), ou arrêtée (navigation vers la même route ou vers une route différente avant que la navigation courante ne soit achevée). | ||
|
||
**Note:** If the destination is the same as the current route and only params are changing (eg: going from one profile to another `/users/1` -> `/users/2`), you will have to use [beforeRouteUpdate](./dynamic-matching.html#reacting-to-params-changes) to react to changes (eg: fetching the user information). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Elle s'est échapé, cette note 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je l'ai rattrapée !
Signed-off-by: Bruno Lesieur <[email protected]>
Merci @posva ! C'est fait. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merci!
Super ! 🎆 |
Hi @posva ! What is the frequency of update for https://router.vuejs.org/fr/? I'm currently waiting to propose French translation to French public via social networks etc. because currently there is still the previous content (half English / half French). I can do something? |
I deployed it! |
We are the Vue-FR team. We provide our translation on Vue Router part (with cross consistency from others Vue documentations).
Translated files:
Process:
en
directory because in ourworking
branch we use theen
directory to work. All futuren
modifications at an already translated position will warns us with a conflict.:working/en
to:dev/fr
and we will provide some pull request each time a (set of) page(s) will be translated/updated.